Function |trim_start

std/text/compose::|trim_start


Usage

|trim_start(text)

Parameters

↳ text: string

Return

↴ string


Trim start of string.

Return string with trailing whitespace removed. Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space, which includes newlines.